Enabling Display of Meeting Name using Exchange Online PowerShell
See the relevant Microsoft documentation for information about how to access the exchange instance (the tenant). Admin must set the two parameters indicated in the following figure to ‘False’:
The admin applies these two settings to the ‘Identity’ account:
| ■ | Set-CalendarProcessing -Identity "Maxim_MTR" -DeleteSubject $false |
| ■ | Set-CalendarProcessing -Identity "Maxim_MTR" -AddOrganizerToSubject $false |